projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff1f8dd
)
(index.texi): If cannot make a symlink, make a hard link.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Sep 1999 01:50:00 +0000
(
01:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Sep 1999 01:50:00 +0000
(
01:50
+0000)
lispref/Makefile.in
patch
|
blob
|
history
diff --git
a/lispref/Makefile.in
b/lispref/Makefile.in
index 21ed99d490cd59f0974dfe2d0f96543169d3cdcc..3bf10f3ecb9fb30d86391b5e4f5ab730bf7b6d83 100644
(file)
--- a/
lispref/Makefile.in
+++ b/
lispref/Makefile.in
@@
-67,9
+67,9
@@
elisp.dvi: $(srcs) index.texi
index.texi:
if [ a${permuted_index} != a ]; \
then \
- ln -s index.perm index.texi; \
+ ln -s index.perm index.texi
|| ln index.perm index.texi
; \
else \
- ln -s index.unperm index.texi; \
+ ln -s index.unperm index.texi
|| ln index.unperm index.texi
; \
fi
install: elisp